-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix: Fixed conventional commit pre-commit hook not running. #395
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @KaleabTessera 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing on my side locally. I think we need to be explicit on the commit stage for each hook
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comments for changes and also update (https://github.com/instadeepai/Mava/blob/develop/CONTRIBUTING.md)
1a8f441
I have updated with the changes that I requested above for review |
Thanks @AsadJeewa , the changes look correct 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @KaleabTessera and @AsadJeewa 🙂
What?
Fix conventional commit pre-commit hook.
Why?
Invalid commit messages should be blocked at a commit level.
How?
Extra
Closes #394 .